翻訳と辞書
Words near each other
・ Spark
・ Spark (1998 film)
・ Spark (2014 film)
・ Spark (2016 film)
・ Spark (Amy Macdonald song)
・ Spark (architects)
・ Spark (cellular automaton)
・ Spark (fire)
・ Spark (horse)
・ Spark (magazine)
・ Spark (Marit Larsen album)
・ Spark (mathematics)
・ SPARK (programming language)
・ Spark (radio show)
・ SPARK (rocket)
Spark (software)
・ Spark (Thomas Leeb album)
・ Spark (Tori Amos song)
・ Spark (Transformers)
・ Spark (U.S. organization)
・ Spark (XMPP client)
・ Spark and Burn
・ Spark arrestor
・ Spark Bridge
・ Spark Capital
・ Spark chamber
・ Spark Clark
・ Spark Energy
・ Spark Festival
・ Spark FM


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Spark (software) : ウィキペディア英語版
Spark (software)

Spark is a free and open-source software web application framework and domain-specific language written in Java. It is an alternative to other Java web application frameworks such as JAX-RS, Play framework and Spring MVC. It runs on an embedded Jetty web server by default, but can be configured to run on other webservers.
Inspired by Sinatra, it does not follow the model–view–controller pattern used in other frameworks, such as Spring MVC. Instead, Spark is intended for "quickly creating web-applications in Java with minimal effort."〔(Spark )〕
Spark was created and open-sourced in 2011 by Per Wendel, and was completely rewritten for version 2 in 2014. The rewrite was hugely centered on the Java 8 lambda philosophy, so Java 7 is officially not supported in version 2 and above.
==Example (Hello World)==

import static spark.Spark.
*;
public class HelloWorld


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Spark (software)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.